Autogenerated HTML docs for v2.6.1-213-ga838a 
diff --git a/git-branch.html b/git-branch.html index 3c552ac..b06372c 100644 --- a/git-branch.html +++ b/git-branch.html 
@@ -751,7 +751,8 @@  <pre class="content"><em>git branch</em> [--color[=&lt;when&gt;] | --no-color] [-r | -a]   [--list] [-v [--abbrev=&lt;length&gt; | --no-abbrev]]   [--column[=&lt;options&gt;] | --no-column]  - [(--merged | --no-merged | --contains) [&lt;commit&gt;]] [&lt;pattern&gt;&#8230;]  + [(--merged | --no-merged | --contains) [&lt;commit&gt;]] [--sort=&lt;key&gt;]  + [--points-at &lt;object&gt;] [&lt;pattern&gt;&#8230;]   <em>git branch</em> [--set-upstream | --track | --no-track] [-l] [-f] &lt;branchname&gt; [&lt;start-point&gt;]   <em>git branch</em> (--set-upstream-to=&lt;upstream&gt; | -u &lt;upstream&gt;) [&lt;branchname&gt;]   <em>git branch</em> --unset-upstream [&lt;branchname&gt;]  @@ -1136,6 +1137,29 @@  &lt;branchname&gt; apply.   </p>   </dd>  +<dt class="hdlist1">  +--sort=&lt;key&gt;  +</dt>  +<dd>  +<p>  + Sort based on the key given. Prefix <code>-</code> to sort in descending  + order of the value. You may use the --sort=&lt;key&gt; option  + multiple times, in which case the last key becomes the primary  + key. The keys supported are the same as those in <code>git  + for-each-ref</code>. Sort order defaults to sorting based on the  + full refname (including <code>refs/...</code> prefix). This lists  + detached HEAD (if present) first, then local branches and  + finally remote-tracking branches.  +</p>  +</dd>  +<dt class="hdlist1">  +--points-at &lt;object&gt;  +</dt>  +<dd>  +<p>  + Only list branches of the given object.  +</p>  +</dd>   </dl></div>   </div>   </div>  @@ -1244,7 +1268,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2015-09-17 13:25:47 PDT  +Last updated 2015-10-15 16:07:45 PDT   </div>   </div>   </body>